-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix batchInsert()
with associative arrays
#769
Fix batchInsert()
with associative arrays
#769
Conversation
# Conflicts: # src/QueryBuilder/AbstractDMLQueryBuilder.php # src/QueryBuilder/DMLQueryBuilderInterface.php # tests/Provider/CommandProvider.php
PR Summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #769 +/- ##
=========================================
Coverage 99.05% 99.05%
- Complexity 1270 1271 +1
=========================================
Files 67 67
Lines 3078 3080 +2
=========================================
+ Hits 3049 3051 +2
Misses 29 29
☔ View full report in Codecov by Sentry. |
…th_associative_arrays
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Need line in changelog only.
Fix issue #61
Related PR yiisoft/db-oracle#242